error detection - definition. What is error detection
Diclib.com
قاموس على الإنترنت

%ما هو (من)٪ 1 - تعريف

TECHNIQUES THAT ENABLE RELIABLE DELIVERY OF DIGITAL DATA OVER UNRELIABLE COMMUNICATION CHANNELS
Error-detecting system; Redundancy check; Error control; Error correction; Error-detecting code; Error detection; Error detector; Error checking; Error-correction; Error Control Coding; Error Correction; Error detecting code; Error Checking and Correcting; Error correction and detection; Error Detection; Error coding; Error detection code; Error recovery; Error-correcting; Error detection coding; Error detection & correction; EDAC (Linux); Bluesmoke (Linux); Error checking and correcting
  • To clean up transmission errors introduced by Earth's atmosphere (left), Goddard scientists applied Reed–Solomon error correction (right), which is commonly used in CDs and DVDs. Typical errors include missing pixels (white) and false signals (black). The white stripe indicates a brief period when transmission was interrupted.

error detection and correction         
<algorithm, storage> (EDAC, or "error checking and correction", ECC) A collection of methods to detect errors in transmitted or stored data and to correct them. This is done in many ways, all of them involving some form of coding. The simplest form of error detection is a single added {parity bit} or a cyclic redundancy check. Multiple parity bits can not only detect that an error has occurred, but also which bits have been inverted, and should therefore be re-inverted to restore the original data. The more extra bits are added, the greater the chance that multiple errors will be detectable and correctable. Several codes can perform Single Error Correction, Double Error Detection (SECDEC). One of the most commonly used is the Hamming code. At the other technological extreme, cuniform texts from about 1500 B.C. which recorded the dates when Venus was visible, were examined on the basis of contained redundancies (the dates of appearance and disappearance were suplemented by the length of time of visibility) and "the worst data set ever seen" by [Huber, Zurich] was corrected. RAM which includes EDAC circuits is known as {error correcting memory} (ECM). [Wakerly, "Error Detecting Codes", North Holland 1978]. [Hamming, "Coding and Information Theory", 2nd Ed, Prentice Hall 1986]. (1995-03-14)
Error detection and correction         
In information theory and coding theory with applications in computer science and telecommunication, error detection and correction (EDAC) or error control are techniques that enable reliable delivery of digital data over unreliable communication channels. Many communication channels are subject to channel noise, and thus errors may be introduced during transmission from the source to a receiver.
Detection error tradeoff         
  • The same two classifiers compared via traditional ROC curves.
Detection Error Tradeoff; DET curve
A detection error tradeoff (DET) graph is a graphical plot of error rates for binary classification systems, plotting the false rejection rate vs. false acceptance rate.

ويكيبيديا

Error detection and correction

In information theory and coding theory with applications in computer science and telecommunication, error detection and correction (EDAC) or error control are techniques that enable reliable delivery of digital data over unreliable communication channels. Many communication channels are subject to channel noise, and thus errors may be introduced during transmission from the source to a receiver. Error detection techniques allow detecting such errors, while error correction enables reconstruction of the original data in many cases.